SftTree/OCX 7.0

SftTree._Version Property

Softel vdm, Inc.

Returns the product's exact version.

Syntax       

Get

VB.NET

Text = object._Version  As String

VB

Text = object._Version  As String

C#.NET

string Text = object._Version;

VC++

_bstr_t Text = object->_Version;
_bstr_t Text = object->Get_Version();

C

HRESULT object->get__Version(BSTR* Text);

Delphi

Text := object._Version   : WideString;

object

A SftTree object.

Text

Returns the product's exact version.

Comments

The _Version property returns the product's exact version.

This information is used for product support and can be displayed using the property dialogs.

The _Version property returns the exact version number only.  The Version property (without a leading underscore character) returns the product name and the exact version number.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com